github.com/andybalholm/brotli/matchfinder.M4.chain (field)
10 uses
github.com/andybalholm/brotli/matchfinder (current package)
m4.go#L46: chain []uint32
m4.go#L56: q.chain = q.chain[:0]
m4.go#L88: q.chain = q.chain[:q.MaxDistance]
m4.go#L104: q.chain = append(q.chain, make([]uint32, len(src))...)
m4.go#L145: q.chain[i] = uint32(delta)
m4.go#L166: delta := q.chain[candidate]
m4.go#L239: delta := int(q.chain[pos])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |